home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / e / e_modules02.lha / e_modules02 / crc / README.DOC < prev   
Encoding:
Text File  |  1996-07-31  |  240 b   |  9 lines

  1. EMODULES/tools/CRC
  2.  o  crcchecksum(mem,len,crc=0)
  3.     compute CRC (cyclic redundance code) for a memory block
  4. EXAMPLES:
  5.  o  fcrc
  6.     - program that can be used to compute CRC for a file passed as
  7.       argument
  8.     - can handle large files
  9.